{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "button-hover-right", "type": "registry:component", "dependencies": [], "devDependencies": [], "registryDependencies": [], "files": [ { "path": "./registry/components/button/btn-hover-right.tsx", "content": "const ButtonHoverRight = () => {\r\n return (\r\n <>\r\n \r\n \r\n );\r\n};\r\n\r\nexport default ButtonHoverRight;\r\n", "type": "registry:component" } ] }